(game "Tic-Tac-Toe Misere" (players 2) (equipment { (board (square 3)) (piece "Disc" P1) (piece "Cross" P2) }) (rules (play (move Add (to (sites Empty)))) (end (if (is Line 3) (result Next Win))) ) ) //------------------------------------------------------------------------------ (metadata (info { (description "Tic-Tac-Toe Misere is played as per Tic-Tac-Toe, except that a player loses by making three-in-a-line of their colour.") (rules "Play occurs on a 3x3 grid. One player places an X, the other places an O and players take turns placing their marks in the grid, losing is they make three in a row of their colour.") (id "1171") (version "1.3.12") (classification "board/space/line") (author "Ludii (run by Markus)") (credit "Cameron Browne") (date "2021") } ) (ai "Tic-Tac-Toe Misere_ai" ) )